Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NH-76996 Otelcol: collecting Lambda function logs #18

Merged
merged 15 commits into from
May 16, 2024
Merged

Conversation

jerrytfleung
Copy link

@jerrytfleung jerrytfleung commented May 14, 2024

  • Added logs receiver
  • Added basic test cases
  • Decoupled API version from schema version
  • Fixed the data type of Record for parsing different type of logs
  • Updated to use semconv v1.25.0
  • Added SubscribeEvents function so as to accept events parameter to subscribe

NH-76996

@jerrytfleung jerrytfleung changed the title Nh 76996 NH-76996 Otelcol: collecting Lambda function logs May 16, 2024
@jerrytfleung jerrytfleung marked this pull request as ready for review May 16, 2024 03:25
@jerrytfleung jerrytfleung requested a review from a team May 16, 2024 03:28
Comment on lines +110 to +111
// Function,
// Extension,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Do we still need these for later?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I keep it there so it doesn't have much difference when compared to upstream. (Easier to sync)

Copy link

@tammy-baylis-swi tammy-baylis-swi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@jerrytfleung jerrytfleung merged commit bf40974 into swo May 16, 2024
2 checks passed
@jerrytfleung jerrytfleung deleted the NH-76996 branch May 16, 2024 22:53
jerrytfleung added a commit that referenced this pull request Jul 18, 2024
* Added logs receiver
* Added basic test cases
* Decoupled API version from schema version
* Fixed the data type of Record for parsing different type of logs
* Updated to use semconv v1.25.0
* Added SubscribeEvents function so as to accept events parameter to subscribe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants